-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[generic_assert] "Constify" the Debug
trait
#135712
base: master
Are you sure you want to change the base?
Conversation
This is a duplicate of #134628. |
And no, #135423 does not complete the picture unfortunately. We still need to enforce const stability of calls in MIR. |
Looks like #134628 is trying to constify
Oh, OK. Thanks for the heads up. I will be back when things are ready. |
No, I'm so sorry @c410-f3r, I misread this as "constify the I will reopen this because I was blind and can't read the difference between |
Don't worry! After all, keeping up with the relentless pace of delivering so many important features in short periods of time is no easy task and it takes its toll. BTW, looking forward to see the stabilization of RTN 🎉 |
cc #44838
With the merging of #135423, it now appears possible to start "constifying" arbitrary traits. Therefore, I am starting the "constification" of all the traits involved in the execution of the formatting system to unblock
generic_assert
.r? @rust-lang/project-const-traits